home *** CD-ROM | disk | FTP | other *** search
- object FingerForm: TFingerForm
- Left = 192
- Top = 110
- Width = 544
- Height = 375
- Caption = 'Finger Demo'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 536
- Height = 41
- Align = alTop
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 14
- Width = 31
- Height = 13
- Caption = 'Query:'
- end
- object QueryEdit: TEdit
- Left = 56
- Top = 10
- Width = 305
- Height = 21
- TabOrder = 0
- end
- object SendQueryButton: TButton
- Left = 368
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Send'
- TabOrder = 1
- OnClick = SendQueryButtonClick
- end
- object CancelButton: TButton
- Left = 448
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- end
- object ResultsMemo: TMemo
- Left = 0
- Top = 41
- Width = 536
- Height = 288
- Align = alClient
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- WordWrap = False
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 329
- Width = 536
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object msClientSocket1: TmsClientSocket
- OnConnected = msClientSocket1Connected
- OnDisconnected = msClientSocket1Disconnected
- Port = 79
- OnTransferProgress = msClientSocket1TransferProgress
- OnConnecting = msClientSocket1Connecting
- Left = 424
- Top = 232
- end
- end
-